Hi,
There is a section called “Maximum upper limit of pagination” at location https://v2.developer.pagerduty.com/docs/pagination.
It is saying “The REST API permits retrieving a maximum of 10000 records via pagination and If the total
parameter is greater than 10000, then not all records in the set can be retrieved”. What does this mean? Because we have 13297 log entries we can get those with offset greater than 10000 and we can iterate the offset and retrieve the data in bulk of 100.
Can you explain what is the meaning of that section and how does it affect if log entries are more than 10,000?
Regards,
Sonal